home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / go / prog / sgf2mi13.taz / sgf2mi13 / patch.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-27  |  769 b   |  26 lines

  1. /* #[info:        */
  2. /************************************************************************
  3. *                                    *
  4. *              Jan van der Steen                *
  5. *                                    *
  6. *          Centre for Mathematics and Computer Science        *
  7. *              Amsterdam, the Netherlands            *
  8. *                                    *
  9. *-----------------------------------------------------------------------*
  10. * File    : patch.h                            *
  11. * Purpose : Keep track on the current version                *
  12. * Version : 1.4                            *
  13. * Modified: 2/27/93 10:41:43                        *
  14. * Author  : Jan van der Steen (jansteen@cwi.nl)                *
  15. *-----------------------------------------------------------------------*
  16. ************************************************************************/
  17. /* #]info:        */ 
  18.  
  19. #ifndef __PATCHLEVH
  20. #define __PATCHLEVH
  21.  
  22. #define RELEASE        1
  23. #define PATCHLEVEL    3
  24.  
  25. #endif
  26.